home *** CD-ROM | disk | FTP | other *** search
- echo off
- if %1*==* popinst C:\POPDBF
- cls
- echo PopDBF Hard Disk Installation
- echo ˇ
- echo Install PopDBF to %1
- echo ˇ
- echo Press Ctrl-C if this is NOT correct, otherwise
- pause
- if not exist %1 echo Making directory %1
- if not exist %1 echo ˇ
- if not exist %1 md %1
- echo ˇ
- echo Copying PopDBF files to %1
- copy *.* %1 > nul
- echo ˇ
- echo PopDBF Hard Disk Installation complete!
- echo ˇ